Static web app using rust
- description
- No value
- aliases
- No value
- tags
- No value
- created
- 2023-04-16T23:34:42
- updated
- 2023-07-15T21:33:03
- title
- Static web app using rust
- https://bluejekyll.github.io/blog/posts/static-web-app-rust/
- 정적 페이지 생성을 러스트와 함께!
- goals
- only use rust for code (except CSS and initial
index.html) - target WASM
- learn yew :: building up components from scratch
- build it as a static site, no backend, only use local storage
- only use rust for code (except CSS and initial